home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_e / elmer100.zip / USE.TXT < prev    next >
Text File  |  1992-04-20  |  910b  |  16 lines

  1. #1
  2. Expert systems take the form of software packages residing on a hardware
  3. platform (computer). The most common use of an expert system is via a man-
  4. machine dialogue. The user types something at the keyboard and the system
  5. replies. The user interface accepts the input. The input is parsed in some
  6. manner, the inference and knowledge engines process the user input in a
  7. predetermined manner and an output appears. The parsing function may be a
  8. simple pattern matching method commonly called keyword analysis, or a more
  9. complicated function using syntactic analysis. Keyword analysis is a logical
  10. function in which the presence of various keywords are detected. When a
  11. keyword is found, the system responds in the manner in which it has been
  12. programmed. For example, if the system detects the words "the wx" in a
  13. question, it may respond with " the wx here is sunny".
  14.  
  15. Type 'more' to continue
  16.